soapGetHistorical

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
  1. const(char)*** soapGetHistorical(const(char)* host, const(char)* cert, const(char)* pass, const(char)** fields, const(char)** ident, const(char)* source, long startDate, long endDate, bool withHeader, long interval, long retry)
    extern (C++)
    const(char)***
    soapGetHistorical
    (
    const(char)* host
    ,
    const(char)* cert
    ,
    const(char)* pass
    ,
    const(char)** fields
    ,
    const(char)** ident
    ,
    const(char)* source
    ,,
    long endDate
    ,,,
    long retry
    )
  2. string[][] soapGetHistorical(string host, string cert, string pass, string[] fields, string[] idents, string source, long startDate, long endDate, bool withHeader, long interval, long retry)

Meta